diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-06-07 16:33:38 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-06-07 16:33:38 +0900 |
| commit | aa7beb9d88ece969103b86063cd7559fb293b6c2 (patch) | |
| tree | 7bcd4a119182162dd0be64ee2f2e26c34a9c0a80 /config/waybar/style/[Dark] Wallust Obsidian Edge.css | |
| parent | 25259738a8159702c011bae694f5ee728db10249 (diff) | |
Waybar CSS styles clean up
Added Kill active window
Diffstat (limited to 'config/waybar/style/[Dark] Wallust Obsidian Edge.css')
| -rw-r--r-- | config/waybar/style/[Dark] Wallust Obsidian Edge.css | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/config/waybar/style/[Dark] Wallust Obsidian Edge.css b/config/waybar/style/[Dark] Wallust Obsidian Edge.css index d841e3c4..06385e44 100644 --- a/config/waybar/style/[Dark] Wallust Obsidian Edge.css +++ b/config/waybar/style/[Dark] Wallust Obsidian Edge.css @@ -21,10 +21,7 @@ window#waybar.hidden { opacity: 0.5; } -window#waybar.empty { - background-color: transparent; -} - +window#waybar.empty, window#waybar.empty #window { padding: 0px; border: 0px; @@ -72,6 +69,7 @@ tooltip label { padding-left: 4px; } +#taskbar button, #workspaces button { color: @color12; box-shadow: none; @@ -84,6 +82,7 @@ tooltip label { transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } +#taskbar button.active, #workspaces button.active { color: @foreground; border-radius: 15px 15px 15px 15px; @@ -102,8 +101,9 @@ tooltip label { border-radius: 10px; } +#taskbar button:hover, #workspaces button:hover { - color: #9CCFD8; + color: @color9; border-radius: 15px; padding-left: 2px; padding-right: 2px; @@ -174,21 +174,6 @@ tooltip label { } } -#taskbar button.active { - background-color: #7f849c; - padding-left: 12px; - padding-right: 12px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - -#taskbar button:hover { - padding-left: 3px; - padding-right: 3px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - #battery.critical:not(.charging) { color: #f53c3c; animation-name: blink; |
